W8. Complex Spectral Geometry
1. Theory
1.1 Similar Matrices
When we diagonalize a matrix
Definition (Similar Matrices): Two
We write
Geometric Interpretation: If
1.1.1 Invariants Under Similarity
Similar matrices share a set of fundamental properties that remain unchanged under the change of basis. These are called invariants of the similarity relation.
Theorem: If
Same Determinant:
Proof:
Same Trace:
Proof: Using the cyclic property
:Same Characteristic Polynomial:
Proof:
Same Eigenvalues (with same algebraic multiplicities): Since the characteristic polynomials are equal, their roots — the eigenvalues — are identical.
Important Note: Having the same eigenvalues does not guarantee similarity. For example,
1.1.2 Powers of Similar Matrices
If
Proof sketch:
Key application: If
This makes computing high powers of a matrix practical — instead of multiplying
1.2 The Complex Field
Real matrices can have complex eigenvalues (for example, rotation matrices). To work with these fully and guarantee that every matrix has eigenvalues, we extend from
Definition: A complex number has the form
is the real part is the imaginary part is the imaginary unit, satisfying
Operations:
- Addition:
- Multiplication:
- Conjugate:
(flip the sign of the imaginary part) - Modulus:
(the “length” of ) - Division:
(multiply numerator and denominator by )
Polar Form: Every complex number can be written as:
Powers become trivial in polar form:
Key Properties of the Complex Conjugate:
(always real) (always purely imaginary) (always a non-negative real number — this is the crucial property) and
Why the complex field is essential for linear algebra: The Fundamental Theorem of Algebra states that over
1.3 Complex Vectors in
We now work with vectors whose entries are complex numbers.
Definition: A complex vector
Basic operations (addition and scalar multiplication with
1.3.1 The Hermitian Inner Product
In real vector spaces, the inner product is
No — and here is why. Consider
A nonzero vector would have “zero length” — completely nonsensical. The problem is that
The fix: use the complex conjugate on one argument. Conjugating turns
Definition (Hermitian Inner Product): For
where
Note: Some textbooks (and the physics community) conjugate the first argument instead:
Why this works: Now
Key Properties of the Hermitian Inner Product:
- Conjugate Symmetry:
(not simply as in the real case) - Linearity in the first argument:
- Conjugate linearity in the second argument:
- Positive Definiteness:
, with equality if and only if
Why the inner product must be sesquilinear (conjugate-linear), not bilinear:
There is a second geometric reason why conjugation is unavoidable. A natural requirement for any inner product is that scaling a vector by a complex scalar
For this to hold, the inner product cannot be bilinear — if it were,
The simplest case —
Even for a single complex number, conjugation is the only natural choice. Define
Summary — what conjugation guarantees:
is real and positive for (positive definiteness).- The induced norm scales correctly:
for all . - The inner product aligns with the natural modulus on
: .
Without conjugation, the structure would be a bilinear form — useful in some algebraic contexts, but lacking the positive-definite metric properties required for a genuine inner product space.
1.3.2 Norm and Orthogonality in
Definition (Euclidean Norm): The norm (length) of
For a real vector this reduces to the familiar
Definition (Orthogonality): Two vectors
Cauchy-Schwarz Inequality: For all
Gram-Schmidt orthogonalization works in
1.4 Complex Matrices
A complex matrix
1.4.1 The Conjugate Transpose (Hermitian Adjoint)
The most important new operation for complex matrices is the conjugate transpose, also called the Hermitian adjoint.
Definition: For
In words: first transpose (swap rows and columns), then conjugate every entry.
For a real matrix,
Example: Let
1.4.2 Properties of the Conjugate Transpose
For matrices
(reversal rule — identical to transpose) (if is invertible) (key inner product identity)
The last property is fundamental: it says
1.5 Hermitian Matrices
The complex analog of a real symmetric matrix (
Definition (Hermitian Matrix): A square complex matrix
Entry-level condition:
- Diagonal entries are real:
- Off-diagonal entries come in conjugate pairs:
, etc.
Every real symmetric matrix is a special case of a Hermitian matrix (with all imaginary parts zero).
Example:
Check: diagonal entries 1, 4, 0 are real;
1.5.1 Spectral Theorem for Hermitian Matrices
Hermitian matrices have three remarkable eigenvalue properties that collectively form the Spectral Theorem:
Theorem 1 — All eigenvalues of a Hermitian matrix are real.
Proof: Let
Since
Theorem 2 — Eigenvectors for distinct eigenvalues of a Hermitian matrix are orthogonal.
Proof: Let
Equating:
Theorem 3 (Spectral Theorem) — Every Hermitian matrix is unitarily diagonalizable.
There exists a unitary matrix
The diagonal entries of
Proof (by induction on
Base case:
Inductive step: Assume the theorem holds for all Hermitian matrices of size
Get a unit eigenvector. By Theorem 1,
has at least one real eigenvalue . Choose a corresponding unit eigenvector ( ).Build a first unitary. Extend
to an orthonormal basis of via Gram-Schmidt. Let (a unitary matrix).Block-diagonalize. Compute the
entry of : So the first column of is , and since is Hermitian, the first row is as well: where is an Hermitian matrix.Apply the induction hypothesis. By the induction hypothesis, there exists a unitary
of size such that . Build the block-diagonal unitary:Combine. Set
(product of unitaries is unitary). Then:
Thus
1.6 Unitary Matrices
The complex analog of a real orthogonal matrix (
Definition (Unitary Matrix): A square matrix
Structure: The columns of
Equivalently, the rows of
Example:
1.6.1 Properties of Unitary Matrices
Property 1 (Preserves inner product):
Proof:
Property 2 (Preserves norm):
Proof:
Geometrically, unitary transformations are isometries — they rotate and reflect complex space without any stretching.
Property 3 (Eigenvalues on the unit circle): Every eigenvalue
Proof: If
Thus
Property 4 (Determinant has unit modulus):
Proof:
1.7 The Four Fundamental Subspaces in the Complex Case
For
- Column Space
- Left Nullspace
- Row Space
- Nullspace
The orthogonality relationships become:
where orthogonality uses the Hermitian inner product
Critical difference from the real case: The null space
1.8 Eigenvalues and Diagonalization over
Eigenvalues always exist over
Diagonalizability criterion (same as over
Normal Matrices: A matrix
Normal matrices are precisely the matrices that are unitarily diagonalizable: there exists a unitary
Both Hermitian and unitary matrices are normal. The unitary diagonalization
1.9 Applications
Complex matrices and the spectral theory developed in this article appear throughout modern science and engineering.
Quantum Mechanics:
- Physical states are unit vectors in a complex Hilbert space (
for finite-dimensional systems). - Observables (measurable physical quantities such as energy or spin) are represented by Hermitian operators. Their real eigenvalues are the only values that can be observed in an experiment — the reality of eigenvalues is not merely a mathematical nicety but a physical necessity.
- Time evolution is governed by the unitary operator
, where is the Hermitian Hamiltonian and is the reduced Planck constant. Unitarity ensures that the total probability (the squared norm of the state vector) is conserved at all times.
Signal Processing:
- The
Discrete Fourier Transform (DFT) matrix with entries is unitary up to scaling ( ). Its columns form an orthogonal basis of complex exponentials. - The Fast Fourier Transform (FFT) exploits the recursive structure of
to reduce the number of operations from to , enabling real-time digital signal processing.
Control Theory:
- The stability of a continuous-time linear system
is determined entirely by the eigenvalues of : the system is asymptotically stable if and only if all eigenvalues have strictly negative real parts. Complex eigenvalues correspond to oscillatory behavior with damping and frequency .
| Concept | Real Field ( |
Complex Field ( |
|---|---|---|
| Vector space | ||
| Inner product | ||
| Norm | ||
| Transpose analog | ||
| Symmetric matrix | Hermitian: |
|
| Orthogonal matrix | Unitary: |
|
| Spectral Theorem | ||
| Eigenvalues guaranteed | No (real field only) | Yes (always exist over |
2. Definitions
- Similar Matrices: Matrices
and are similar ( ) if there exists an invertible matrix such that . Similar matrices represent the same linear transformation in different bases. - Invariants of Similarity: Properties shared by all similar matrices: determinant, trace, characteristic polynomial, eigenvalues (with multiplicities).
- Complex Number: A number of the form
where and . - Complex Conjugate: For
, the conjugate is . Key property: . - Modulus of a Complex Number:
, the distance from to the origin in the complex plane. - Polar Form:
where and . Follows from Euler’s formula . - Complex Vector: An element of
: an ordered -tuple of complex numbers. - Hermitian Inner Product:
. Satisfies conjugate symmetry, linearity in first argument, conjugate linearity in second, and positive definiteness. - Conjugate Transpose (Hermitian Adjoint): For
, the matrix defined by . Also written . - Hermitian Matrix: A square complex matrix satisfying
. The complex analog of a real symmetric matrix. Has real eigenvalues and orthogonal eigenvectors for distinct eigenvalues. - Unitary Matrix: A square complex matrix
satisfying (equivalently, ). The complex analog of a real orthogonal matrix. Preserves inner products and norms. - Normal Matrix: A matrix satisfying
. Characterized by being unitarily diagonalizable. Both Hermitian and unitary matrices are normal. - Sesquilinear Form: A map linear in one argument and conjugate-linear in the other. The Hermitian inner product is sesquilinear (as opposed to bilinear in the real case).
- Unitary Diagonalization: Writing
where is unitary and is diagonal. Possible if and only if is normal.
3. Formulas
- Similar Matrices:
(equivalently for diagonalization) - Invariants of Similarity:
, , same characteristic polynomial and eigenvalues - Powers of Similar Matrices:
- Complex Conjugate Properties:
; ; - Polar Form:
with , - Powers in Polar Form:
- Hermitian Inner Product:
- Conjugate Symmetry:
- Norm in
: - Cauchy-Schwarz Inequality:
- Conjugate Transpose:
; properties: , , - Adjoint Identity:
- Hermitian Condition:
(diagonal entries real, ) - Unitary Condition:
(equivalently ) - Unitary Diagonalization (Spectral Theorem):
(valid for Hermitian and all normal matrices) - Normal Matrix Condition:
- Eigenvalues of Hermitian Matrix: Always real (
) - Eigenvalues of Unitary Matrix: All satisfy
(lie on the unit circle) - Determinant of Unitary Matrix:
- Orthogonality in Complex Case:
(not )
4. Practice
4.1. Basic Complex Arithmetic (Lab 7, Task 1)
Add and multiply each pair of complex numbers: (a)
Click to see the solution
Key Concept: Use standard complex arithmetic:
(a)
(b)
(c)
Answer: (a) sum
4.2. Properties of the Complex Conjugate (Lab 7, Task 2)
Complete the statements. Given
Click to see the solution
Key Concept:
(a)
(b)
(c)
(d)
Answer: (a) real; (b) purely imaginary; (c)
4.3. Norms and Inner Products of Complex Vectors (Lab 7, Task 3)
Find the lengths (norms) of
Click to see the solution
Key Concept: For complex vectors,
- Norm of
: , so . - Norm of
: , so . : . : .
Answer:
4.4. Properties of a Complex Matrix (Lab 7, Task 4)
Classify the matrix
Click to see the solution
Key Concept: A matrix is unitary if
: Conjugate transpose gives . Since , is not Hermitian. Check : each column of has norm and columns are orthogonal → , so is unitary (and hence invertible). : : Write where is the cyclic permutation. Then , so: : The order: , . Since :
Answer:
4.5. Diagonalization to Prove a Matrix Power Formula (Lab 7, Task 5)
Diagonalize
Click to see the solution
Key Concept: Upper triangular matrix → eigenvalues are diagonal entries. Use
- Eigenvalues:
, . - Eigenvectors:
: :
, , . ✓
Answer:
4.6. Construct Matrix from Eigenvalues (Lab 7, Task 6)
Find the second row of
Click to see the solution
Key Concept: Use trace and determinant:
- Trace:
, so . - Determinant:
, so .
Answer:
4.7. Reconstruct Matrix from Eigendata (Lab 7, Task 7)
Find the matrix
Click to see the solution
Key Concept:
, , . .
Answer:
4.8. Polar Form of Complex Numbers (Lab 7, Task 8)
If
Click to see the solution
Key Concept: In polar form
- Condition
: , so . These are complex numbers with modulus 1 → they lie on the unit circle.
Answer:
4.9. Hermitian Conjugate and (Lab 7, Task 9)
For
Click to see the solution
Key Concept:
→ is Hermitian.
Answer:
4.10. Null Space and Complex Orthogonality (Lab 7, Task 10)
Using
Click to see the solution
Key Concept: In the complex case, the four fundamental subspaces use
(a) Row reduce
(b) Columns of
Direct check:
Answer:
4.11. Matrix Similarity (Lab 7, Task 11)
Show that the following pairs of matrices are similar by finding
(a)
(b)
(c)
Click to see the solution
Key Concept:
(a) Both have eigenvalues
(b) Both have eigenvalues
(c)
Answer: (a)
4.12. Determine Whether Pairs of Matrices Are Similar (Assignment 7, Task 1.1)
Determine whether the following pairs of matrices are similar. Justify your answer.
(a)
(b)
(c)
Click to see the solution
Key Concept: To show similarity, find an invertible
(a)
Verify:
(b)
Verify:
(c)
Answer: (a) Similar,
4.13. Prove Invariants of Similar Matrices (Assignment 7, Task 1.2)
Let
(a)
(b)
(c)
(d)
Click to see the solution
(a)
(b)
(c)
(d) The eigenvalues are the roots of the characteristic polynomial. Since (c) shows the polynomials are equal, the roots — and their multiplicities — are the same.
Answer: All four follow from multiplicativity of
4.14. Diagonalize a Matrix (Assignment 7, Task 1.3)
Find a matrix
Is this diagonalization unique?
Click to see the solution
Step 1: Find eigenvalues.
Eigenvalues:
Step 2: Eigenvectors for
Basis:
Step 3: Eigenvector for
Eigenvector:
Result:
Not unique: Any nonzero linear combination of
Answer:
4.15. Compute Using Diagonalization (Assignment 7, Task 1.4)
Show that if
Click to see the solution
Proof: If
Diagonalize
For
Answer:
4.16. Find All Eigenvalues and Eigenvectors (Assignment 7, Task 2.1)
Find all eigenvalues and eigenvectors for:
(a)
Click to see the solution
(a)
(b)
(c) Triangular matrix:
Answer: (a)
4.17. True or False: Properties of Eigenvalues (Assignment 7, Task 2.2)
True or false (prove or give counterexample):
(a) Every square matrix has at least one real eigenvalue.
(b) The sum of two eigenvectors is always an eigenvector.
(c) If
(d)
(e) If
Click to see the solution
(a) FALSE. Counterexample:
(b) FALSE. If
(c) TRUE.
(d) TRUE.
(e) TRUE. From
Answer: (a) F, (b) F, (c) T, (d) T, (e) T.
4.18. Eigenvectors of Matrix Powers and Polynomials (Assignment 7, Task 2.3)
Let
(a)
(b)
(c)
Click to see the solution
(a)
(b) By induction: Assume
(c) Let
This is the Spectral Mapping Theorem: eigenvalues of
4.19. Using the Eigendecomposition to Compute (Assignment 7, Task 2.4)
(a) Find
Click to see the solution
(a) By definition:
(b)
(c)
(d) The basis
4.20. Operations on Complex Vectors (Assignment 7, Task 3.1)
Let
(a) Compute
Click to see the solution
(a)
(b)
(c)
(d)
(e)
4.21. Eigenvalues of Complex Matrices (Assignment 7, Task 3.2)
Find all eigenvalues and eigenvectors:
(a)
Click to see the solution
(a)
(b)
(c)
4.22. Diagonalizability Over vs. (Assignment 7, Task 3.3)
Let
(a) Find the eigenvalues of
Click to see the solution
(a) Both triangular with diagonal entries 1, 1: eigenvalue
(b) For
(c) Both need 2 linearly independent eigenvectors to be
(d) Working over
4.23. Unitary Matrices: Columns, Norm Preservation, Eigenvalues (Assignment 7, Task 3.4)
A matrix
(a) Show that the columns of a unitary matrix form an orthonormal basis in
(b) Show that
(c) Show that all eigenvalues of a unitary matrix satisfy
(d) Verify that
Click to see the solution
(a) Let
(b)
(c) If
(d) Compute
Eigenvalues:
Answer: (a)-(c) proved above. (d)
4.24. Conjugate Transpose and Hermitian Matrices (Assignment 7, Task 3.5)
For
(a) Find
(b) Show
(c) Show
(d) Give an example of a
Click to see the solution
(a) Since
(b)
(c)
(d) Any matrix of the form
4.25. Determine Diagonalizability (Assignment 7, Task 4.1)
Determine whether each matrix is diagonalizable. If so, find
(a)
Click to see the solution
(a) Diagonalizable. Eigenvalues 3 and 2 are distinct — automatically gives 2 independent eigenvectors.
(b) Not diagonalizable. Eigenvalue 2 with algebraic multiplicity 2.
(c) Diagonalizable. Distinct eigenvalues 1, 2, 3 (triangular matrix).
(d) Not diagonalizable. Eigenvalue 2 with algebraic multiplicity 3.
4.26. State and Prove the Diagonalization Theorem (Assignment 7, Task 4.2)
State and prove:
Click to see the solution
Theorem:
Proof (
Proof (
(a) Eigenvectors for distinct eigenvalues are always linearly independent (by the standard theorem), giving the needed
(b) If a repeated eigenvalue has a full eigenspace (e.g., the identity
(c) Example:
4.27. Compute Using Diagonalization (Assignment 7, Task 4.3)
(a) Is
Click to see the solution
(a) Three linearly independent eigenvectors for a
(b)
(c)
Answer:
4.28. Orthogonal Diagonalization of a Symmetric Matrix (Assignment 7, Task 4.4)
Let
(a) Find eigenvalues and eigenvectors. (b) Verify eigenvectors for distinct eigenvalues are orthogonal. (c) Find an orthogonal
Click to see the solution
(a)
(b)
(c) Normalize:
(d) A real matrix is orthogonally diagonalizable if and only if it is symmetric (
4.29. Constructing Matrices with Given Spectral Properties (Assignment 7, Task 4.5)
For each case, find such a matrix or explain why it is impossible:
(a)
(b)
(c)
(d)
(e)
Click to see the solution
(a) Impossible. Distinct eigenvalues always produce linearly independent eigenvectors, guaranteeing diagonalizability. There is no
(b) Possible.
(c) Possible.
(d) Possible. Any real matrix with complex eigenvalues, e.g. rotation
(e) Impossible. Diagonalization over
4.30. Polynomial of a Diagonalizable Matrix (Assignment 7, Task 4.6)
Suppose
(a) Show that
(b) If
(c) Use this to compute
Click to see the solution
(a) If
(b) The eigenvalues of
(c)
So
Answer: (a) proved; (b)
4.31. Simultaneous Diagonalization (Assignment 7, Task 5.1)
Prove that if
Click to see the solution
Key Concept: The proof uses the fact that
Proof sketch:
- Diagonalize
: let with distinct eigenvalues on the diagonal. Decompose (eigenspace decomposition). - For each eigenspace
: if and , then , so . That is, maps each eigenspace of to itself. - Within each
, is diagonalizable (since is diagonalizable overall). Diagonalize restricted to using an orthonormal basis. - Assembling all these bases gives a single invertible matrix
that diagonalizes both and .
4.32. Spectral Decomposition (Assignment 7, Task 5.2)
Let
(a) Show
(b) What are the
(c) Verify for
Click to see the solution
(a) From
This is the spectral decomposition of
(b) The row vectors
(c)
4.33. The Cayley-Hamilton Theorem (Assignment 7, Task 5.3)
(a) Verify the Cayley-Hamilton theorem for
(b) Use Cayley-Hamilton to find
(c) For a diagonalizable matrix, explain why Cayley-Hamilton holds.
Click to see the solution
Cayley-Hamilton Theorem: Every square matrix satisfies its own characteristic equation: if
(a) For
(b) For
Rearrange:
Verify:
(c) If
4.34. Complex Vector Operations (Lecture 7, Example 1)
Let
(a) Compute
(b) Compute
Click to see the solution
Key Concept: Vector addition and scalar multiplication work component-wise. Arithmetic with complex numbers follows
(a) Addition:
(b) Scalar multiplication by
Note:
Answer:
4.35. Norm of a Complex Vector (Lecture 7, Example 2)
Compute the norm of
Click to see the solution
Key Concept: The norm uses the modulus of each component:
- Compute
: - Compute
: - Apply the norm formula:
Answer:
4.36. Verify a Unitary Matrix and Find Its Eigenvalues (Lecture 7, Example 3)
Verify that
Click to see the solution
Key Concept: A matrix is unitary if
Step 1: Compute
Step 2: Verify
Step 3: Find eigenvalues
Step 4: Verify eigenvalues lie on unit circle
Answer:
4.37. Operations on Complex Numbers (Lecture 7, Task 1)
Add and multiply each pair of complex numbers:
(a)
(b)
(c)
Click to see the solution
Key Concept: Addition and multiplication follow standard algebra with
(a) Let
(b) Let
(c) Let
For the product, either compute directly:
or use exponentials:
Answer: (a) Sum:
4.38. Properties of a Complex Number and Its Conjugate (Lecture 7, Task 2)
Let
(a)
(b)
(c)
(d)
Click to see the solution
Key Concept: The conjugate of
- (a) Sum:
- (b) Difference:
- (c) Product:
Always a non-negative real number. - (d) Ratio: Multiply numerator and denominator by
: Since , the ratio always has absolute value 1. Geometrically, lies on the unit circle.
Answer: (a)
4.39. Norms and Inner Product of Complex Vectors (Lecture 7, Task 3)
Given
(a)
(b)
Click to see the solution
Key Concept:
(a) Norms:
(b) Inner products:
The conjugate of
Note that
Answer:
4.40. Classify a Matrix and Compute Its Powers (Lecture 7, Task 4)
Consider
(a) Determine whether
(b) Compute
Click to see the solution
Key Concept: Compute
(a) Classification:
First compute
- Hermitian?
, so No. - Invertible?
(expanding along first column), so Yes. - Unitary? Check
:
So
(b) Powers:
So
For
Answer:
4.41. Prove a Formula for Matrix Powers Using Diagonalization (Lecture 7, Task 5)
Let
Click to see the solution
Key Concept: Diagonalization gives
Step 1: Find eigenvalues
Eigenvalues of
Check:
Step 2: Find eigenvectors
For
For
Step 3: Write the diagonalization
Step 4: Compute
Answer:
4.42. Reconstruct a Matrix from Trace and Determinant Conditions (Lecture 7, Task 6)
Choose the second row of
Click to see the solution
Key Concept: Use the Vieta’s formulas relating eigenvalues to the trace and determinant:
Let the second row be
and
From the required eigenvalues
Verification: With
Answer: The second row is
4.43. Reconstruct a Matrix from Its Eigendecomposition (Lecture 7, Task 7)
Find the matrix
Click to see the solution
Key Concept: If
Step 1: Set up
Step 2: Compute
Step 3: Compute
Verification:
Answer:
4.44. Complex Numbers in Polar Form (Lecture 7, Task 8)
If
Click to see the solution
Key Concept: In polar form
: — modulus squared, argument doubled. : — reciprocal modulus, negated argument. : The conjugate negates the imaginary part, which in polar form means negating the argument while keeping the modulus: .
When is
So
Answer:
4.45. Compute and Verify Hermitian Property (Lecture 7, Task 9)
Let
(a) Write out
(b) What is the relationship between
Click to see the solution
Key Concept:
(a) Computing
Transpose
Computing
Row 1:
Row 2:
Row 3:
(b) Relationship between
Therefore
This is always true: for any matrix
Answer:
4.46. Null Space and Complex Orthogonality (Lecture 7, Task 10)
For
(a) Use elimination to solve
(b) Show that the nullspace
Click to see the solution
Key Concept: In the complex case, the fundamental orthogonality is
(a) Solving
From the first equation:
With
(b) Orthogonality:
Let
The columns of
Check
Check
So
Now check against
So
Answer: The null space vector
4.47. Show Matrices Are Similar (Lecture 7, Task 11)
Show that each pair of matrices is similar by finding
(a)
(b)
(c)
Click to see the solution
Key Concept: To find
(a) Let
Equating:
Verify:
(b) Let
From columns:
Verify:
(c) Observe that
Verify:
Answer:
4.48. Orthonormal Basis and Projection Matrix (Midterm Recap, Task 1)
Given vectors
(a) Find an orthonormal basis for the column space
(b) Find the projection matrix
(c) Find the projection of vector
Click to see the solution
Key Concept: Use the Gram-Schmidt process to orthonormalize the columns, then build the projection matrix.
(a) Apply the Gram-Schmidt process:
- Normalize
: - Subtract the projection of
onto : - Normalize
:
Answer (a): Orthonormal basis for
(b) Compute
Find its inverse:
Compute
Answer (b):
(c) Apply
Answer (c):
4.49. Least Squares Line Fitting (Midterm Recap, Task 2)
Given experimental data points
(a) Set up the overdetermined system
(b) Solve the normal equation
(c) Predict
Click to see the solution
Key Concept: For an overdetermined system with no exact solution, the least squares solution minimizes
(a) Substituting each point into
(b) Compute
Solve:
Best-fit line:
(c)
Answer:
4.50. Solving a Linear System with Free Variables (Midterm Recap, Task 3)
Solve the system:
Click to see the solution
Key Concept: Row-reduce the augmented matrix to echelon form, identify pivot and free variables, then write the general solution.
- Row reduce the augmented matrix (subtract row 1 from row 3):
- Identify variables: Pivot variables:
. Free variables: . - Express pivot variables:
- Write general solution:
Answer: The general solution is a particular solution plus two free directions as shown above.
4.51. Eigenvalues and Eigenvectors of a Tridiagonal Matrix (Midterm Recap, Task 4)
Find the eigenvalues and eigenvectors of:
Click to see the solution
Characteristic equation
:Eigenvalues:
Spectrum:
Eigenvectors via
:For
:For
:For
:
Answer: Eigenvalues
4.52. Fundamental Subspaces of a Rank-1 Matrix (Midterm Recap, Task 5)
Given
(a) Find
(b) Find
(c) Verify orthogonality of the fundamental subspaces.
Click to see the solution
Key Concept: The four fundamental subspaces of
(a) Row-reduce
Consistency condition for
(b) Since
(c) Check
Answer: Orthogonality holds for all pairs of fundamental subspaces.
4.53. Complex Matrix and Hermitian Conjugate (Midterm Recap, Task 6)
Given
(a) Solve
(b) Find
(c) Verify orthogonality using the complex inner product
Click to see the solution
Key Concept: For complex matrices, orthogonality uses the Hermitian inner product:
(a) The system:
Substituting the first equation into the second yields an identity
(b)
Hermitian conjugate:
(c) Check
Check
Answer: Orthogonality holds in both pairs.
4.54. Inhomogeneous System and Null Space (Midterm Recap, Task 7)
Solve the inhomogeneous system and find the null space of the coefficient matrix:
Click to see the solution
Key Concept: The general solution to
- Row reduce the augmented matrix:
- Identify variables: Pivots:
. Free: . - Express pivot variables:
- General solution:
Null space:
4.55. Four Fundamental Subspaces (Midterm 2026, Task 1)
Let
(a) Find the four fundamental subspaces of
(b) Verify the orthogonality relations between the corresponding subspaces.
Click to see the solution
Key Concept: The four fundamental subspaces are
(a) Row reduce
Swap rows (or use
Pivot columns: 1 and 2. Free variables:
Since
Setting
(b) Verify orthogonality:
Answer:
4.56. Least-Squares Line via Normal Equations (Midterm 2026, Task 2)
Use the normal equations to find the least-squares line
Click to see the solution
Key Concept: Set up the overdetermined system
Set up the matrix
and vector :Compute
:Compute
:Solve the normal equations
:From the second equation:
.Substitute into the first:
Answer: The least-squares line is
4.57. Eigenvalues, Eigenvectors, and Matrix Power (Midterm 2026, Task 3)
Let
(a) Find the eigenvalues and eigenvectors of
(b) Compute
(c) Verify that the eigenvectors are orthogonal.
Click to see the solution
Key Concept: For a symmetric matrix, eigenvalues are real and eigenvectors for distinct eigenvalues are orthogonal. Use diagonalization
(a) Eigenvalues: Solve
Eigenvectors:
For
For
(b) Compute
Using diagonalization
With
(c) Verify orthogonality:
Answer: (a)
4.58. Solving a Linear System (Midterm 2026, Task 4)
Solve the system
Click to see the solution
Key Concept: Row reduce the augmented matrix to find pivot and free variables, then write the general solution as a particular solution plus the null space.
Form and row-reduce the augmented matrix:
, :Swap
, then : :Identify variables: Pivots:
. Free: , .Express pivot variables:
General solution:
Answer:
4.59. Projection Matrix and Projection of a Vector (Midterm 2026, Task 5)
Let
(a) Find the projection matrix
(b) Find the projection of
Click to see the solution
Key Concept: The projection matrix onto
(a) Compute
Compute
Compute
Compute
First,
Then:
(b) Compute
Answer: (a)
4.60. Complex Matrix: Null Space and Orthogonality (Midterm 2026, Task 6)
Let
(a) Solve
(b) Show that
Click to see the solution
Key Concept: The fundamental theorem of linear algebra for complex matrices states
(a) Solve
Row reduce
Pivots:
From the RREF:
(b)
Compute
Let
More carefully:
So
Compute
The correct inner product on
So
Answer: (a)